home *** CD-ROM | disk | FTP | other *** search
-
- // gfxsys.h
- //
- // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
-
- #ifndef __GFXSYSTOOL_H__
- #define __GFXSYSTOOL_H__
-
- #include "stdgfx.h"
- #include "gfxobj.h"
-
- class SYSTEMTOOL : public MYOBJECT
- {
- public :
- SYSTEMTOOL ();
- virtual ~SYSTEMTOOL ();
- }; // End of SYSTEMTOOL
-
- #endif
-
-